github.com/golang/protobuf/proto.textParser.offset (field)

4 uses

	github.com/golang/protobuf/proto (current package)
		text_decode.go#L71: 	offset, line int
		text_decode.go#L558: 	p.offset += i
		text_decode.go#L574: 	p.cur.offset, p.cur.line = p.offset, p.line
		text_decode.go#L612: 	p.offset += len(p.cur.value)